home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / Rinaldi / HC 1.2 only / GetPassword 1.3.cpt / GetPassword 1.3 (US) / card_3055.txt < prev    next >
Text File  |  1991-09-09  |  2KB  |  97 lines

  1. -- card: 3055 from stack: in.3 (US)
  2. -- bmap block id: 3273
  3. -- flags: 0000
  4. -- background id: 2661
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 0007
  11. -- rect: left=69 top=68 right=252 bottom=434
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 9
  17. -- style flags: 0
  18. -- line height: 12
  19. -- part name: 
  20.  
  21.  
  22. -- part 25 (button)
  23. -- low flags: 00
  24. -- high flags: A003
  25. -- rect: left=201 top=278 right=316 bottom=346
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: GetPassword
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   get GetPassWord()
  37.   if it ‚↠empty
  38.   then answer "Result :" && it
  39. else answer "You cancelled"
  40. end mouseUp
  41.  
  42.  
  43.  
  44. -- part contents for card part 1
  45. ----- text -----
  46.  
  47.                                             GetPassword 1.3
  48.  
  49.                                          ¬© Fr√©d√©ric RINALDI
  50.  
  51.  
  52. DESCRIPTION
  53. ------------
  54.   GetPassword is a XFCN allowing to type a hidden password in a dialog.
  55.  
  56.  
  57. SYNTAX
  58. -------
  59.                                    GetPassword ([<prompt>])
  60.  
  61.  
  62. PARAMETERS
  63. ------------
  64.  
  65.    Prompt is a string that will appear in the dialog. Default value is :
  66.  
  67.                                     "Please enter password :"
  68.  
  69.    Using "!" and "?" parameter will return an online help (resp. copyright and syntax).
  70.  
  71.  
  72. USING
  73. -----
  74.    The returned value is an integer value corresponding to the encrypted input. The dialog is centered on the card, and typing is hidden with bullets in it.
  75.    Almost one char must be typed before validating. An empty string is returned if cancelled.
  76.  
  77. If an error occurs, this value can be :
  78.  
  79.                  "Error : Ask dialog not found"
  80.  
  81.  
  82. HISTORY
  83. --------
  84. 1.3 :                                                                                          09/09/91
  85. ‚Ä¢ Fixed to be SuperCard compatible
  86.  
  87. 1.1 :
  88. ‚Ä¢ Use notification manager for HC 2.0
  89.  
  90. ---------------------------------------------------------------------
  91.  
  92. This (these) external(s) is (are) FreeWare,allowing unlimited use in any non-commercial stack. You just need in this case to mention the author's name and copyright in your stack.
  93. Any commercial use must be licensed and aknowledged by the author.
  94.  
  95.                                   ¬© F. Rinaldi - 1989,1990,1991
  96.  
  97. AppleLink: RINALDI1        CalvaCom : FR10        Compuserve : 71170,2111